How to enable highlight.js for syntax highlighting of code blocks#5
Open
How to enable highlight.js for syntax highlighting of code blocks#5
Conversation
This was referenced Jun 21, 2017
8f67c83 to
1d7df7d
Compare
a9e043a to
cbc827a
Compare
cbc827a to
258cdb6
Compare
258cdb6 to
057e1d8
Compare
057e1d8 to
4a094f3
Compare
4a094f3 to
6b86ec0
Compare
|
I want to add some examples of using different styles. Here are some styles hosted in cdn. And here are some demos. I just replaced the line in |
6b86ec0 to
9ca5ce8
Compare
9ca5ce8 to
17ff9dc
Compare
17ff9dc to
f71cd19
Compare
f71cd19 to
f408c9c
Compare
f408c9c to
4384fab
Compare
4384fab to
c7d1f49
Compare
c7d1f49 to
fe1d630
Compare
d2ad7e1 to
1fef437
Compare
5121eca to
1410032
Compare
1410032 to
c842f45
Compare
c842f45 to
97c1b05
Compare
97c1b05 to
24f20f5
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add CSS to
<head>inhead_custom.html(I'm using thegithubtheme here), and JavaScript tofoot_custom.html.highlight.min.jssupports common languages here: https://highlightjs.org/download/ As an example, I addedr.min.jsto support R. To add support for any other languages, find their filenames on https://cdnjs.com/libraries/highlight.js.hljs.configure({languages: []});means highlight.js should not automatically detect languages in<pre>. I set this option because I found the automatic detection was often more annoying than useful, e.g. your R code chunk output could be syntax highlighted, which really should not be.Preview: https://deploy-preview-5--hugo-xmin.netlify.com/